Learning Objectives

After completing this lesson, you’ll be able to:

Instructions

In this lesson, you will:

Resources

Scenario

Amar

Sven's colleague Amar is starting an FME project to convert 2D building footprints to 3D models by comparing them with a point cloud.

He has already started a workspace. It takes 2D building footprints and extrudes them to make 3D buildings. He wants to compare the resulting extruded 3D buildings to a point cloud to see whether the extrusion is roughly correct with respect to what is observed in the point cloud.

Amar has not yet inspected the point cloud dataset and is curious about the units of distance used (feet or meters) and the software used to generate it—TopoDOT was previously used, but Terrascan was used for the most recent point clouds.

Help him find out this information by using the Record Information Window.

1) Open FME Workbench

2) Inspect Source Data

The point cloud format is ASPRS Lidar Data Exchange Format (LAS). The reader is listed in the Navigator window as [LAS].

View Source Data

No schema shown in Data Preview

However, that does not mean there are no attributes at all. The features will have format attributes, which are not displayed in the Table view by default. It could also contain other unexposed attributes in some cases.

A quick check of the ASPRS LiDAR Data Exchange Format (LAS) "Quick Facts" in the documentation confirms that this format does not support user-defined, i.e. exposed, attributes. But there are more attributes than just user-defined attributes.

3) Find the Record Information Window

The Record Information window displays everything FME knows about the feature selected in the Table or Graphics view. Here, you can find all the user-defined attributes, format attributes, coordinate system information, and geometry information. It's open by default on the right side of Workbench, but you can also toggle it using this highlighted button on the left of the Data Preview window.

Toggling the Record Information Window on

4) View Attributes in the Record Information Window

Because this feature is spatial, the Geometry section below Attributes contains information on:

5) View Coordinate System in the Record Information Window

The coordinate system name under Geometry is a link.

Coordinate System Properties

6) View Format Attributes in the Record Information Window

7) View Geometry in the Record Information Window

Geometry information

Learn More

Leave Us Feedback on This Lesson